From: Glenn Morris Date: Thu, 5 Nov 2009 03:22:18 +0000 (+0000) Subject: (top-level): Make load behave more like require. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~9644 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=54fcda367b81ae77d9c49dd2cafaf79611d3caac;p=emacs.git (top-level): Make load behave more like require. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b68f302a3c..a042130a79a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-11-05 Glenn Morris + + * calendar/diary-lib.el (top-level): Make load behave more like require. + 2009-11-04 Dan Nicolaescu * custom.el (custom-declare-group): Purecopy standard-value. diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 68dbf144aa3..82fbc35b82d 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -29,7 +29,7 @@ ;;; Code: (require 'calendar) -(load "diary-loaddefs" nil 'nomessage) +(eval-and-compile (load "diary-loaddefs" nil t)) (defgroup diary nil "Emacs diary."